Skip to content

feat(pf-react): add repos-json-health-review skill#36

Open
evwilkin wants to merge 1 commit intopatternfly:mainfrom
evwilkin:feat/repos-json-health-review
Open

feat(pf-react): add repos-json-health-review skill#36
evwilkin wants to merge 1 commit intopatternfly:mainfrom
evwilkin:feat/repos-json-health-review

Conversation

@evwilkin
Copy link
Member

Add skill and reference for auditing PatternFly Analytics repos.json (archived/stale GitHub and GitLab repos) plus optional Node helper script.

NOTE: this doesn't really fit as a react-plugin, may consider a broader "platform" or "maintenance" plugin?

Made-with: Cursor

Add skill and reference for auditing PatternFly Analytics repos.json
(archived/stale GitHub and GitLab repos) plus optional Node helper script.

Made-with: Cursor
## Plugin placement

This is **analytics inventory hygiene**, not React UI work. It ships under **pf-react** only because the contribution table has no analytics-focused plugin; if that changes, relocate the skill to match.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is analytics/repo hygiene rather than React UI work (which you cited in your PR description), I think pf-workflow, which Eric recently introduced with his new skill would be a better home. That plugin covers issue tracking, PR management, and repo-level tooling.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll get this updated to target the correct plugin - thanks to Eric for getting that set up!

@@ -0,0 +1,366 @@
#!/usr/bin/env node
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not all users will have Node.js installed, and if they don't, these will fail silently with command not found.

Bash scripts are more portable since every user has bash. If keeping Node, adding a runtime check at the top would help. I'll be updating CONTRIBUTING-SKILLS.md separately to clarify our policy on scripts in skills.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants